/*Additional CSS for Provider Locator. Main CSS is based on Bootstrap Theme
Created by Bryan D. Schafer (Microsoft Consulting Services)
8/4/2017*/

.row {
    width: 100.6%;
    margin-right: inherit;
    height: 100%;
}

.specialtysearch-css {
    display: block;
    float: left;
    padding: 2px 5px;
    border: 1px solid #b7b7b7;
    font: normal 12px/normal segoe ui;
}

input#specialtySearchBox {
    width: 100%;
    font-family: segoe ui;
    font-size: 11px;
}

.specialtyLookupImg {
    display: block;
    float: left;
    padding-top: 1px;
    height: 24px;
    width: 24px;
}

.lookupAlignment {
    text-align: left;
    vertical-align: middle;
}

.errorMsg {
    color: red;
}

. .title, .title:link, .title:visited, .title:active {
    font-size: 11px;
    color: #8f0202;
}

.title:hover {
    color: red;
}

.viewprofile, .viewprofile:link, .viewprofile:visited, .viewprofile:active {
    font-size: 11px;
    color: #8f0202;
}

    .viewprofile:hover {
        color: red;
    }

.viewclusterprofile, .viewclusterprofile:link, .viewclusterprofile:visited, .viewclusterprofile:active {
    font-size: 11px;
    color: #8f0202;
}

    .viewclusterprofile:hover {
        color: red;
    }

.infobox-info {
    color: #000 !important;
    font-size: 11px !important;
    padding-top: 0px !important;
}


div#searchContainer {
    padding-left: 12px;
    padding-right: 0px;
}

div#providerdetails {
    clear: left;
}

div#submitbutton {
    padding-left: 10px;
    padding-top:;
    text-align: center;
    padding-right: 35px;
    padding-bottom:;
}

span.input-group-addon {
    border: 0px;
    padding: 0px;
}

img#specialtySearchButton {
    background: white;
}



hr {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #999;
    margin: 3px;
}


span.input-group-addon {
    color: white;
}

.col-sm-4 {
    font-size: 11px;
    font-family: 'Segoe UI';
}

.col-sm-3 {
    font-size: 11px;
    font-family: 'Segoe UI';
}


.gender {
    padding-right: 0px;
    width: 75;
}

.provider {
    padding-right: 0px;
    width: 87px;
}


.status {
    width: 150px;
}


/*Submit Button Styles*/
div#submitbutton {
    text-align: center;
}

input#searchBtn {
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    font-family: segoe ui;
}


div#providerdetails {
    padding-top: 10px;
}


/*Spinning Load Bar Styles*/
.glyphicon-refresh-animate {
    animation: spin 2.5s infinite linear;
    -webkit-animation: spin2 2.5s infinite linear;
}



@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}


/*Search Results Styles*/

.loaderTitle {
    display: none;
}

.loader {
    margin-top: 20px;
    display: none;
}


/*Search Table Styles*/
div#searchtable {
    height: 55% !important;
    overflow: auto;
}

.resultsPanel {
    display: none;
}

div#resultsPanel {
    padding-top: -5px;
}

span.alert.alert-danger {
    position: absolute;
    left: 10px;
    right: -17px;
}


.listItem {
    font-size: 11px;
    font-family: Segoe UI;
    width: 90%;
    margin: 0;
    padding: 0
}

    .listItem td {
        vertical-align: top;
    }

    .listItem span {
        font-size: 11px;
    }

td {
    font-size: 11px;
}

#status {
    width: 150px;
}

#provider {
    padding-right: 0px;
    width: 87px;
}

#gender {
    padding-right: 0px;
    width: 75px;
}

#map {
    padding: 0px;
}

.col-md-4 {
    font-family: 'Segoe UI';
}

hr {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #999;
    margin: 4px;
}

.form-control {
    height: 27px !important;
}

.select2-container {
    width: 100% !important;
}

#specialtySearchBox:focus {
    border-color: black;
    box-shadow: none;
}

#specialtySearchBox {
    border-color: #AAAAAA;
    box-shadow: none;
}

#radiusSelection:focus {
    border-color: black;
    box-shadow: none;
}

#radiusSelection {
    border-color: #AAAAAA;
    box-shadow: none;
}

#searchBox:focus {
    border-color: black;
    box-shadow: none;
}

#searchBox {
    border-color: #AAAAAA;
    box-shadow: none;
}

.label {
    font-size: 11px;
    margin-bottom: 2px !important;
    font-family: Segoe UI !important;
}

label {
    margin-bottom: 2px !important;
    font-size: 11px !important;
    font-family: Segoe UI !important;
    sans-serif;
}

div#searchLoader {
    padding-left: 12px;
}


input#searchBox {
    font-family: segoe ui;
    font-size: 11px;
}

select#radiusSelection {
    font-family: segoe ui;
    font-size: 11px;
}

li.select2-selection__choice {
    font-family: segoe ui;
    font-size: 11px;
}

ul#select2-providerGender-results {
    font-size: 11px;
    font-family: segoe ui;
}

ul#select2-providerNetwork-results {
    font-size: 11px;
    font-family: segoe ui;
}

a#providerAddressText {
    text-decoration: none;
    color: black;
}

a#drivingTimeText {
    text-decoration: none;
    color: black;
}

a#drivingDistanceText {
    text-decoration: none;
    color: black;
}


a#specialtyText {
    text-decoration: none;
    color: black;
}

a#infoBoxTitleText {
    text-decoration: none;
    color: black;
}

a#infoBoxAddressText {
    text-decoration: none;
    color: black;
}

a#infoBoxHoursText {
    text-decoration: none;
    color: black;
}

a#infoBoxSpecialtyText {
    text-decoration: none;
    color: black;
}

a#clusterInfoBoxAddressText {
    text-decoration: none;
    color: black;
}

a#clusterInfoBoxProviderNameText {
    text-decoration: none;
    color: black;
}

a#clusterInfoBoxHoursText {
    text-decoration: none;
    color: black;
}

a#clusterInfoBoxSpecialtyText {
    text-decoration: none;
    color: black;
}


a#QRText {
    text-decoration: none;
    color: black;
}

ul#selectWoo-providerGender-results {
    font-size: 11px;
    font-family: segoe ui;
}

ul#selectWoo-providerNetwork-results {
    font-size: 11px;
    font-family: segoe ui;
}

div#ProviderDetails {
    padding-top: 0px;
}

div#ProviderDetails {
    font-family: segoe ui !important;
    font-family: sans-serif;
    font-size: 11px;
}

div#networkSection {
    font-family: segoe ui !important;
    font-family: sans-serif;
    font-size: 11px;
}

.input-group {
    width: 100% !important;
}

span.select2-selection.select2-selection--multiple {
    width: 100%;
}

li.select2-search.select2-search--inline {
    width: 1 !important;
}

select#sortByCondition {
    font-family: segoe ui !important;
    font-family: sans-serif;
    font-size: 11px;
}
